home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / nivb / about.frm next >
Text File  |  1995-05-07  |  4KB  |  126 lines

  1. VERSION 2.00
  2. Begin Form AboutForm 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Netware API Test"
  5.    ClientHeight    =   3885
  6.    ClientLeft      =   2895
  7.    ClientTop       =   1590
  8.    ClientWidth     =   4470
  9.    ControlBox      =   0   'False
  10.    Height          =   4290
  11.    Left            =   2835
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form4"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3885
  17.    ScaleWidth      =   4470
  18.    Top             =   1245
  19.    Width           =   4590
  20.    Begin CommandButton OkButton 
  21.       Caption         =   "&OK"
  22.       Default         =   -1  'True
  23.       Height          =   336
  24.       Left            =   1692
  25.       TabIndex        =   11
  26.       Top             =   3456
  27.       Width           =   912
  28.    End
  29.    Begin PictureBox NovellIcon 
  30.       BorderStyle     =   0  'None
  31.       Height          =   492
  32.       Left            =   480
  33.       Picture         =   ABOUT.FRX:0000
  34.       ScaleHeight     =   495
  35.       ScaleWidth      =   495
  36.       TabIndex        =   1
  37.       Top             =   240
  38.       Width           =   492
  39.    End
  40.    Begin Label Label11 
  41.       Caption         =   "or Fax (303) 294-0930"
  42.       Height          =   252
  43.       Left            =   1596
  44.       TabIndex        =   9
  45.       Top             =   3036
  46.       Width           =   1968
  47.    End
  48.    Begin Label Label8 
  49.       Caption         =   "To subscribe, call (800) 377-4136"
  50.       Height          =   252
  51.       Left            =   612
  52.       TabIndex        =   8
  53.       Top             =   2796
  54.       Width           =   2928
  55.    End
  56.    Begin Label Label7 
  57.       Caption         =   "July1993 Issue of ""NetWare Application Notes"""
  58.       Height          =   255
  59.       Left            =   180
  60.       TabIndex        =   7
  61.       Top             =   2445
  62.       Width           =   4155
  63.    End
  64.    Begin Label Label10 
  65.       Caption         =   "Visual Basic"""
  66.       Height          =   225
  67.       Left            =   2040
  68.       TabIndex        =   6
  69.       Top             =   2130
  70.       Width           =   1350
  71.    End
  72.    Begin Label Label6 
  73.       Caption         =   "Example program for ""A NetWare Interface for"
  74.       Height          =   252
  75.       Left            =   180
  76.       TabIndex        =   5
  77.       Top             =   1908
  78.       Width           =   3996
  79.    End
  80.    Begin Label Label9 
  81.       Caption         =   "Distribute Freely"
  82.       Height          =   276
  83.       Left            =   1548
  84.       TabIndex        =   4
  85.       Top             =   1548
  86.       Width           =   1476
  87.    End
  88.    Begin Label Label1 
  89.       Caption         =   "Copyright (c) 1993, Novell, Inc."
  90.       Height          =   255
  91.       Left            =   1545
  92.       TabIndex        =   0
  93.       Top             =   1290
  94.       Width           =   2790
  95.    End
  96.    Begin Label Label4 
  97.       Caption         =   "Novell Systems Research"
  98.       Height          =   252
  99.       Left            =   1548
  100.       TabIndex        =   3
  101.       Top             =   972
  102.       Width           =   2412
  103.    End
  104.    Begin Label Label3 
  105.       Caption         =   "by Morgan B. Adair"
  106.       Height          =   252
  107.       Left            =   1548
  108.       TabIndex        =   2
  109.       Top             =   720
  110.       Width           =   1812
  111.    End
  112.    Begin Label Label2 
  113.       Caption         =   "NetWare API Tester for Visual Basic for Windows"
  114.       Height          =   492
  115.       Left            =   1548
  116.       TabIndex        =   10
  117.       Top             =   144
  118.       Width           =   2172
  119.    End
  120. End
  121.  
  122. Sub OKButton_Click ()
  123.     Unload AboutForm
  124. End Sub
  125.  
  126.